raar.process
Class RAConnectionTester

java.lang.Object
  extended byraar.process.RAConnectionTester

public class RAConnectionTester
extends java.lang.Object

Tests whether a proposed connection is allowed. If it is, nothing happens. If it isn't, well you get a nice RAException with information on what is wrong.


Constructor Summary
RAConnectionTester()
           
 
Method Summary
static void isAllowed(RAAgent agent, RAProcess outputProcess, java.lang.String outputProcessRegister, RAProcess inputProcess, java.lang.String inputProcessRegister)
          Do the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAConnectionTester

public RAConnectionTester()
Method Detail

isAllowed

public static void isAllowed(RAAgent agent,
                             RAProcess outputProcess,
                             java.lang.String outputProcessRegister,
                             RAProcess inputProcess,
                             java.lang.String inputProcessRegister)
                      throws RAException
Do the test.

Throws:
RAException